/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.res-main-logo {
    display: inline-block;
}

.res-main-logo img {
    height: 40px;
}

.main-logo {
    display: none;
}

.navbar-nav .nav-link {
    padding: 12px 25px 12px 20px !important;
	font-size: 1em;
}

.navbar-nav .nav-link:hover {
	color: #6ac045 !important;
	background-color: #e8f7f7;
}

.offcanvas-header {
    border: 1px solid #efefef;
}

.offcanvas-logo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.offcanvas-body {
    padding: 0 0 1rem !important;
}

.pe_5 {
    padding-right: 0 !important;
}

.navbar-nav .dropdown-menu {
    position: static;
	border: 0 !important;
    box-shadow: none !important;
    padding: 0 0 0 20px !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 1em;
	padding: 0.6rem 1rem !important;
	color: #000;
}

.dropdown-submenu .dropdown-item:hover {
	color: #6ac045 !important;
	background-color: transparent !important;
}

.navbar-nav .dropdown-menu .dropdown-item::before {
    content: '\F28A';
    font-family: "bootstrap-icons";
	font-weight: 600;
	font-size: 10px;
    margin-right: 10px;
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.submenu-item:after {
    float: right;
    font-size: 14px;
	margin: 9px 10px !important;
}

.dropdown-submenu {
    width: 100%;
}

.main-wrapper {
    margin-top: 65px;
}

.hero-banner {
    padding: 30px 0 65px;
}
.hero-banner-content {
    padding: 20px 0 0;
}

.hero-banner-content h2,
.hero-banner-content h1{
    font-size: 28px;
    line-height: 34px;
}

.hero-banner-content p {
    padding: 0;
    font-size: 17px;
    line-height: unset;
}

.section-title h3 {
    font-size: 24px;
}

.owl-nav .owl-next {
    right: 5px;
}

.owl-nav .owl-prev {
    left: 5px;
}

.cpnbtn .p1 {
    /* width: 86%; */
    min-width: calc(100% - 25px);
}

.mt-md-40 {
	margin-top: 20px;
}

.h118 {
    height: auto;
}

.banner-sec{
    padding: 40px 0 0;
}

.sign_form{
    padding: 25px;
}
.google-connect a{
    padding: 10px 26px;
}
.google-connect svg{
    width: 25px;
    height: 25px;
}
.sign-bnner img{
    height: 200px;
}
.google-connect a{
    font-size: 16px;
}
.faq-s1accordion .accordion-button{
    font-size: 18px;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.res-main-logo {
    display: inline-block;
}

.res-main-logo img {
    height: 40px;
}

.main-logo {
    display: none;
}

.navbar-nav .nav-link {
    padding: 12px 25px 12px 20px !important;
	font-size: 1em;
}

.navbar-nav .nav-link:hover {
	color: #6ac045 !important;
	background-color: #e8f7f7;
}

.pe_5 {
    padding-right: 0 !important;
}

.offcanvas-header {
    border: 1px solid #efefef;
}

.offcanvas-logo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.offcanvas-body {
    padding: 0 0 1rem !important;
}

.navbar-nav .dropdown-menu {
    position: static;
	border: 0 !important;
    box-shadow: none !important;
    padding: 0 0 0 20px !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 1em;
	padding: 0.6rem 1rem !important;
	color: #000;
}

.dropdown-submenu .dropdown-item:hover, .dropdown-submenu .dropdown-item:focus {
	color: #6ac045 !important;
	background-color: transparent !important;
}

.navbar-nav .dropdown-menu .dropdown-item::before {
    content: '\F28A';
    font-family: "bootstrap-icons";
	font-weight: 600;
	font-size: 10px;
    margin-right: 10px;
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.submenu-item:after {
    float: right;
    font-size: 14px;
	margin: 9px 10px !important;
}

.dropdown-submenu {
    width: 100%;
}

.main-wrapper {
    margin-top: 65px;
}

.hero-banner{
    padding: 30px 0 70px;
}
.hero-banner-content {
    padding: 30px 0 0;
}

.section-title h3 {
    font-size: 24px;
}

.cpnbtn .p1 {
    width: 87%;
    min-width: calc(100% - 25px);
}

.mt-md-40 {
	margin-top: 20px;
}

.h118 {
    height: auto;
}

.banner-sec{
    padding: 45px 0 0;
}

.sign_form{
    padding: 30px;
}

.google-connect a{
    padding: 10px 26px;
}
.google-connect svg{
    width: 26px;
    height: 26px;
}
.sign-bnner img{
    height: 200px;
}
.google-connect a{
    font-size: 16px;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

.navbar-nav .nav-link {
    padding: 12px 25px 12px 20px !important;
	font-size: 1em;
}

.navbar-nav .nav-link:hover {
	color: #6ac045 !important;
	background-color: #e8f7f7;
}

.offcanvas-header {
    border: 1px solid #efefef;
}

.offcanvas-logo img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.offcanvas-body {
    padding: 0 0 1rem !important;
}

.navbar-nav .dropdown-menu {
    position: static;
	border: 0 !important;
    box-shadow: none !important;
    padding: 0 0 0 20px !important;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 1em;
	padding: 0.6rem 1rem !important;
	color: #000;
}

.dropdown-submenu .dropdown-item:hover, .dropdown-submenu .dropdown-item:focus {
	color: #6ac045 !important;
	background-color: transparent !important;
}

.navbar-nav .dropdown-menu .dropdown-item::before {
    content: '\F28A';
    font-family: "bootstrap-icons";
	font-weight: 600;
	font-size: 10px;
    margin-right: 10px;
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.submenu-item:after {
    float: right;
    font-size: 14px;
    margin: 9px 10px !important;
}

.dropdown-submenu {
    width: 100%;
}

.main-wrapper {
    margin-top: 65px;
}

.section-title h3 {
    font-size: 24px;
}

.cpnbtn .p1 {
    /* width: 95%; */
    min-width: calc(100% - 25px);
}

.h118 {
    height: auto;
}

.border_bottom_0 {
	border-bottom: 0 !important;
}

.sign_form{
    padding: 40px;
}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

.navbar-expand-lg .offcanvas-footer {
    display: none;
}

.dropdown-submenu {
    margin-top: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.2rem !important;
    padding-right: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    padding-left: 1.2rem !important;
}

.h118 {
    height: auto;
}

.refer-title {
    padding: 0px 0 15px 0;
}

.best-offer-tabs .step-link:nth-of-type(9) {
	margin-right: 0;
	margin-top: 5px;
	margin-left: 0;
}

.best-offer-tabs .step-link:nth-of-type(10) {
	margin-right: 0;
	margin-top: 5px;
	margin-left: 0;
}

.border_bottom_0 {
	border-bottom: 0 !important;
}

}

/* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {

.navbar-expand-lg .offcanvas-footer {
    display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.2rem !important;
    padding-right: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    padding-left: 1.2rem !important;
}

.dropdown-submenu {
    margin-top: 0 !important;
}

.border_bottom_0 {
	border-bottom: 0 !important;
}
}

/* desktop view */
@media all and (min-width: 992px) {

.dropdown-menu li{
	position: relative;
}

.dropdown-menu .submenu{
	display: none;
	position: absolute;
	left:100%; top:-7px;
}

.dropdown-menu .submenu-left{
	right:100%; left:auto;
}

.dropdown-menu > li:hover > .submenu{
	display: block;
}
}

@media (min-width: 768px) and (max-width: 991.95px) {

    /* Start Margin */
    .mt-change1-20{
        margin-top: 15px;
    }
    .mt-change1-40{
        margin-top: 35px;
    }
    /* End Margin */

    .section-padding {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .section-bottom-padding-mb-n4{
        padding-bottom: calc(65px - 1.5rem);
    }
    .section-margin-bottom{
        margin-bottom: 65px;
    }
    .section-s1padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .breadcrumb-title {
        font-size: 24px;
    }

    /* Start Footer */
    .main-footer .footer-logo{
        height: 50px;
    }
    /* End Footer */

    /* Start Home Page */
    .banner-sec{
        padding: 50px 0 0;
    }
    /* End Home Page */

}

@media (min-width: 0px) and (max-width: 767.95px){

    /* Start Margin */
    .mt-change1-20{
        margin-top: 10px;
    }
    .mt-change1-40{
        margin-top: 30px;
    }
    /* End Margin */

    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-bottom-padding-mb-n4{
        padding-bottom: calc(60px - 1.5rem);
    }
    .section-margin-bottom{
        margin-bottom: 60px;
    }
    .section-s1padding {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .offer-s1-title{
        font-size: 17px;
    }
    .offer-s2-title{
        font-size: 16px;
    }
    .breadcrumb-title {
        font-size: 22px;
    }


    /* Start Footer */
    .main-footer .footer-logo{
        height: 40px;
    }
    /* End Footer */
}
